UserVariable Class
Represents a user-defined variable.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Api.UserVariable
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class UserVariable
Public Class UserVariable
The UserVariable class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserVariable | Initializes a new instance of the UserVariable class. |
Properties
Name | Description | |
---|---|---|
![]() | Name | The name of a variable. |
![]() | Type | The data type of a variable. |
![]() | Id | The ID of a variable. |
![]() | Index | The index of a variable. |
See also